@extends('admin.layouts.master') @section('title', 'Career - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Career - Admin') }} @endslot @slot('menu1') {{ __('Career - Admin') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Career') }}
{{ csrf_field() }} {{ method_field('PUT') }}




{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['one_video'])) @endif








{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['three_bg_image'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['three_video'])) @endif






{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_one'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_two'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_three'])) @endif


{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_four'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_five'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_six'])) @endif


{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_seven'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_eight'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_nine'])) @endif





































@endsection @section('script') @endsection