@extends('layouts.admin') @section('content')

Sort Category

@foreach($categories as $category)
{{ $category->name }}
@endforeach
Back
@endsection @section('script') @endsection