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

{{ $head ?? ''}}

@if($project ?? '' && $project->id) @method('PUT') @endif @csrf
EXAMPLE: 2000
end_year ?? null) ? 'checked' : '' }} value="1" class="custom-control-input" id="present" name="present">
end_year ?? null) ? 'readonly' : '' }} type="text" class="form-control {{ $errors->has('end_year') ? 'is-invalid' : '' }}" name="end_year" placeholder="{{ meta('end_year', $local) ?? __('projects.end_year') }}" value='{{ old("end_year", $project->end_year ?? "") }}'/> EXAMPLE: 2000
@foreach($languages as $language)
@endforeach {{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}} {{--Start company_logo container--}} {{--
--}} {{-- --}} {{-- company_logo ?? "")}}"/>--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--End company_logo container--}}
@endsection @section('inner_js') {{-- --}} @endsection