@extends('admin.layouts.master') @section('title', 'Career') @section('maincontent') @include('admin.layouts.topbar',$data)
@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