@extends('Layouts.adminLayout') @section('title') {{__('Import')}} {{__('Or')}} {{__('Export')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Import')}} {{__('Or')}} {{__('Export')}}
@CSRF
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif
{{__('Export')}}
@endsection