@extends('admin.layouts.master') @section('title', 'Career - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.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:* Section Two Section Three Section Three Background Image:* Section Three Image:* Section Three Heading:* Section Four Section Four Image One:* Section Four Image Two:* Section Four Image Three:* Section Four Image Four:* Section Four Image Five:* Section Four Image Six:* Section Four Image Seven:* Section Four Image Eight:* Section Four Image Nine:* 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:* @endsection @section('script') @endsection