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

{{ $head ?? '' }}

@if($rep ?? '' && $rep->id) @method('PUT') @endif @CSRF
@if($rep ?? '' && $rep->id) @if($rep->active_account == 'inactive') {{ __('orders.accept') }} @endif @endif
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') @endsection