@extends('layouts.master') @section('title', 'Employee Contract') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')
@yield('title')

@include('layouts.footer') @endsection