@extends('admin.layouts.master') @section('title', 'Career') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Career') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Section One') }}
{{ __('Section One Heading :') }}
*
{{ __('Section One Text :') }}
*
{{ $careers['one_text'] }}
{{ __('Section One button Text :') }}
*
{{ __('Section One button Link :') }}
*
{{ __('Section One Image :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['one_video']))
@endif
{{ __('Section Two') }}
{{ __('Section Three') }}
{{ __('Section Three Background Image :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['three_bg_image']))
@endif
{{ __('Section Three Image :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['three_video']))
@endif
{{ __('Section Three Heading :') }}
*
{{ __('Section Four') }}
{{ __('Section Four Image One :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_one']))
@endif
{{ __('Section Four Image Two :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_two']))
@endif
{{ __('Section Four Image Three :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_three']))
@endif
{{ __('Section Four Image Four :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_four']))
@endif
{{ __('Section Four Image Five :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_five']))
@endif
{{ __('Section Four Image Six :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_six']))
@endif
{{ __('Section Four Image Seven :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_seven']))
@endif
{{ __('Section Four Image Eight :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_eight']))
@endif
{{ __('Section Four Image Nine :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/careers/'.$careers['four_img_nine']))
@endif
{{ __('Section Five') }}
{{ __('Section Five Heading : ') }}
*
{{ __('Section Five Text :') }}
*
{{ __('Section Five Icon :') }}
*
{{ __('Section Five Topic One :') }}
*
{{ __('Section Five Topic Two : ') }}
*
{{ __('Section Five Topic Three :') }}
*
{{ __('Section Five Topic Four :') }}
*
{{ __('Section Five Topic Five :') }}
*
{{ __('Section Five Topic Six :') }}
*
{{ __('Section Five Topic Seven :') }}
*
{{ __('Section Five Topic Eight :') }}
*
{{ __('Section Five Topic Nine :') }}
*
{{ __('Section Five Topic Ten :') }}
*
{{ __('Section Five Detail One :') }}
*
{{ $careers['five_dtlone'] }}
{{ __('Section Five Detail two :') }}
*
{{ $careers['five_dtltwo'] }}
{{ __('Section Five Detail three :') }}
*
{{ $careers['five_dtlthree'] }}
{{ __('Section Five Detail four :') }}
*
{{ $careers['five_dtlfour'] }}
{{ __('Section Five Detail five :') }}
*
{{ $careers['five_dtlfive'] }}
{{ __('Section Five Detail six :') }}
*
{{ $careers['five_dtlsix'] }}
{{ __('Section Five Detail seven :') }}
*
{{ $careers['five_dtlseven'] }}
{{ __('Section Five Detail eight :') }}
*
{{ $careers['five_dtleight'] }}
{{ __('Section Five Detail nine :') }}
*
{{ $careers['five_dtlnine'] }}
{{ __('Section Five Detail ten :') }}
*
{{ $careers['five_dtlten'] }}
{{ __('Section Six') }}
{{ __('Section Six Heading : ') }}
*
{{ __('Section Six Text :') }}
*
{{ $careers['six_text'] }}
{{ __('Section Six Topic One :') }}
*
{{ __('Section Six Topic Two :') }}
*
{{ __('Section Six Topic Three :') }}
*
{{ __('Section Six Topic Four :') }}
*
{{ __('Section Six Topic Five :') }}
*
{{ __('Section Six Topic Six :') }}
*
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection