@extends('admin.layout.master') @section('title','Contract') @section ('content')

{{ $tran_type == 17 ? 'Purchase' : 'Sales' }} Contract List

@csrf {{--
--}}
{{--
--}}

@endsection @section('script') @endsection