@extends('Layouts.adminLayout') @section('title') {{__('Insert Partner')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Partner')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif
@endsection