@extends('admin.layouts') @section('css') @endsection @section('content')
@if (Session::has('successMsg')) @endif @if ($errors->any()) @endif @foreach ($categories as $category) @endforeach @foreach (config('common.language') as $key => $value) @endforeach
{{ trans('common.back') }}
@endsection @section('javascript') @endsection