@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')
@csrf @foreach($categories as $category) @endforeach
@endsection