@extends('admin.index') @section('page_title') {{trans('brands.create')}} @endsection @section('content')

{{trans('brands.create')}}

{!! csrf_field() !!}
@endsection