@extends('layouts.app') @section('css') {{-- css --}} @endsection @section('title', 'Partner Management') @section('breadcrumb') @endsection @section('content')
Partner Management
@if (Session::has('success_msg')) @endif @if (Session::has('error_msg')) @endif
Partner Name Email Phone Actions
Partner Name Email Phone
@endsection @section('js') {{-- js --}} {{-- End js --}} @endsection